home *** CD-ROM | disk | FTP | other *** search
/ Resource for Source: C/C++ / Resource for Source - C-C++.iso / codelib7 / v_09_01 / 9n01100a < prev    next >
Encoding:
Text File  |  1995-11-01  |  159 b   |  20 lines

  1.  
  2.  
  3.  
  4. #ifdef EXT
  5. #undef EXT
  6. #endif
  7.  
  8. #ifdef MAIN
  9. #define EXT
  10. #else
  11. #define EXT     extern
  12. #endif
  13.  
  14. EXT  int  i
  15. #ifdef MAIN
  16.      =    5
  17. #endif
  18.  
  19.  
  20.